Skip to main content

ModifyMountTarget

Description

call the ModifyMountTarget interface to modify mount point information.

Request Method

POST

Request Path

/apsara/route/NAS/ModifyMountTarget

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StatusBODYstringNoInactivemount point status. Value: Active: Available Inactive: not available
MountTargetDomainBODYstringYes1ca404a666-w****.cn-hangzhou.nas.aliyuncs.commount point.
regionIdBODYstringYesNo sample value for this parameter.region id
AccessGroupNameBODYstringNoclassic-testthe permission group bound to the mount point.
FileSystemIdBODYstringYes1ca404****file system ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringFF387D95-34C4-4879-B65A-99D1FA1****request ID.

Example

Successful Response example

{
"RequestId":"FF387D95-34C4-4879-B65A-99D1FA1****"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}